From 814b7d7bb71920ad51e6af446142611a4924006f Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 11 Apr 2018 19:49:03 +0200 Subject: [PATCH] ci: allow flatpak jobs to fail for now We can easily revert this when things are fixed again. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c1580ca87..7fc36b09f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,6 +51,7 @@ flatpak:demo: paths: - org.gtk.Demo-dev.flatpak expire_in: 1 day + allow_failure: true flatpak:widget-factory: image: registry.gitlab.com/alatiera/gnome-nightly-oci/gnome-master:latest @@ -61,3 +62,4 @@ flatpak:widget-factory: paths: - org.gtk.WidgetFactory-dev.flatpak expire_in: 1 day + allow_failure: true -- 2.30.2